Adapt to Swiftmailer 5 and Swiftmailer 6 version of class Swift_ConfigurableSpool#279
Adapt to Swiftmailer 5 and Swiftmailer 6 version of class Swift_ConfigurableSpool#279thirsch wants to merge 1 commit into
Conversation
|
+1 for symfony/mailer wrapper as a mailer plugin. |
|
For reference: #240 (comment) |
2e2bd83 to
d6fc1b0
Compare
|
Do you have any experience, how to use the spool? I've thought about creating a test for it. While browsing the test sources, I've come across https://github.com/FriendsOfSymfony1/symfony1/blob/master/test/unit/mailer/fixtures/TestSpool.class.php which is referencing |
|
I am currently using Swfitmailer with spool under Symfony5. I can figure out how to set it up here. |
|
we might need to run the tests on the CI with --prefer-lowest to test both versions of the SwiftMailer, wdyt? |
|
@thirsch File(system) spool example configuration: factories.yml |
|
Btw I found this about spools: |
| * Stores a message in the queue. | ||
| * | ||
| * @param Swift_Mime_Message $message The message to store | ||
| * @param $message The message to store |
There was a problem hiding this comment.
| * @param $message The message to store | |
| * @param object $message The message to store |
wdyt @thirsch ?
Does it mean that the |

@thePanz as promised, here is a possible solution of the swiftmailer issue. What do you think?
Btw. as the swiftmailer package is discontinued but needs a small adjustment for php 8.2: Should we clone the official repo in fos1 as well or try to adapt to symfony/mailer?